projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82694cd
)
* .dir-locals.el: Set emacs-lisp-docstring-fill-column.
author
Sean Whitton
<spwhitton@spwhitton.name>
Wed, 15 Jun 2022 21:42:40 +0000
(14:42 -0700)
committer
Sean Whitton
<spwhitton@spwhitton.name>
Wed, 15 Jun 2022 21:42:55 +0000
(14:42 -0700)
.dir-locals.el
patch
|
blob
|
history
diff --git
a/.dir-locals.el
b/.dir-locals.el
index b313945936c04d268105356903b5c44b90d6e8cf..7812beb001c8d0d09ccc691916fcdc578e2f3c19 100644
(file)
--- a/
.dir-locals.el
+++ b/
.dir-locals.el
@@
-4,6
+4,7
@@
((nil . ((tab-width . 8)
(sentence-end-double-space . t)
(fill-column . 70)
+ (emacs-lisp-docstring-fill-column . 65)
(bug-reference-url-format . "https://debbugs.gnu.org/%s")))
(c-mode . ((c-file-style . "GNU")
(c-noise-macro-names . ("INLINE" "ATTRIBUTE_NO_SANITIZE_UNDEFINED" "UNINIT" "CALLBACK" "ALIGN_STACK"))